/* styles */
body {
  min-width: 480px;
  background: #493d3d;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  cursor: default;
}

.main_wrapper {
  margin: 0 auto;
  width: 480px;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

b {
  font-weight: 700;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

h2.title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}

h2.title span {
  font-weight: 800;
  display: block;
  font-size: 36px;
  line-height: 1.4em;
  color: #fa2a21;
}

h2.title b {
  color: #fa2a21;
}

section {
  padding: 35px 0 30px;
}

.color_theme {
  background: #fbd84d;
  background: -moz-linear-gradient(top, #fbd84d 0%, #f89d81 100%);
  background: -webkit-linear-gradient(top, #fbd84d 0%, #f89d81 100%);
  background: linear-gradient(to bottom, #fbd84d 0%, #f89d81 100%);
}

.color_theme .title,
.color_theme .title span {
  color: #513500;
}

.color_theme .title {
  padding: 0 30px;
  line-height: 1.4em;
}

.m1-form {
  padding: 0 50px;
}

.m1-form input {
  border: none;
  width: 100%;
  display: block;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  height: 76px;
  border-radius: 36px;
  background: #fff;
  padding: 0 30px;
  color: #222;
}

.m1-form .button-m {
  margin-top: 0;
}

.m1-form ::-webkit-input-placeholder {
  color: #858585;
}

.m1-form ::-moz-placeholder {
  color: #858585;
}

.m1-form :-moz-placeholder {
  color: #858585;
}

.m1-form :-ms-input-placeholder {
  color: #858585;
}

.m1-form :focus::-webkit-input-placeholder {
  color: transparent;
}

.m1-form :focus::-moz-placeholder {
  color: transparent;
}

.m1-form :focus:-moz-placeholder {
  color: transparent;
}

.m1-form :focus:-ms-input-placeholder {
  color: transparent;
}

/* button */
.button-m {
  border: none;
  cursor: pointer;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  height: 71px;
  width: 385px;
  display: block;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(180deg, #fa5719 0%, #fa2a21 100%);
  border-radius: 200px;
  font-weight: 700;
  font-size: 24px;
  line-height: 71px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}

.button-m:active {
  top: 1px;
}

.button-m.btn2 {
  font-size: 21px;
}

/*  offer_section   */
.offer_section {
  background: #222222;
  padding: 0 0 40px;
}

header.offer_section .inner {
  background: #222;
}

section.offer_section .inner {
  background: #222;
}

.offer_section .top_line {
  text-align: center;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(250, 92, 24, 0.8) 0%, rgba(250, 34, 34, 0.8) 100%);
  background: -webkit-linear-gradient(top, #555 0%, #222 100%);
  background: linear-gradient(to bottom, #555 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#222', GradientType=0);
}

.offer_section .sub-title {
  text-transform: uppercase;
  padding: 12px 0 6px;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  background: #e62315;
}

.offer_section .sub-title span {
  color: #fff;
  font-weight: 900;
  text-transform: none;
  font-size: 33px;
}
.offer_section .main-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
  text-transform: uppercase;
  background: #414141;
  padding: 11px 0 10px;
}

.offer_section .desc {
  background: rgba(255, 255, 255, 0.7);
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 15px 0;
}
.ffer_section img {
  display: block;
}
.offer_section .box {
  margin-bottom: 20px;
}
.offer_section .sale {
  width: 186px;
  height: 185px;
  background: url(../img/support/sale.png.html) 50% 50% no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

.offer_section .sale > span {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 800;
  color: #512e00;
  transform: rotate(-46deg);
  position: absolute;
  display: inline-block;
  padding: 115px 0 0;
  left: -20px;
}

.ofr_bull {
  padding: 50px 15px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ofr_bull > li {
  width: 46%;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
}
.title_reborn {
  font-weight: 800;
  display: block;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin: 10px auto 0;
  text-align: center;
  text-transform: uppercase;
}
.ofr_bull p {
  color: rgb(211, 211, 211);
}

.ofr_bull > li > img {
  height: 140px;
  width: 100%;
  display: block;
  margin: 0 0 6px;
  -webkit-box-shadow: 0 0 0 7px rgba(119, 119, 120, 0.21);
  -moz-box-shadow: 0 0 0 7px rgba(119, 119, 120, 0.21);
  box-shadow: 0 0 0 7px rgba(119, 119, 120, 0.21);
  /* border-radius: 50%; */
}

.timer {
  padding: 0 0 20px;
}

.timer > p {
  text-align: center;
  font-size: 19px;
  color: rgb(221, 221, 221);
  margin-top: 30px;
}

.timer .timer_container {
  text-align: center;
  font-size: 0;
}

.timer .timer_block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 76px;
  height: 76px;
  margin: 0 20px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.timer .timer_block:after {
  display: block;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  height: 76px;
  line-height: 76px;
  color: #aa978b;
  font-weight: 700;
  font-size: 30px;
  content: ':';
}

.timer .timer_block:last-child:after {
  display: none;
}

.timer .timer_block .count {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: #fa5b18;
  display: inline-block;
  vertical-align: top;
  padding-top: 12px;
}

.timer .timer_block .text {
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
}

.offer_section .price {
  position: relative;
  margin: 0 auto 25px;
  background: url('../img/support/price-bg.png') 50% 0 no-repeat #fff;
  height: 66px;
}

.offer_section .price:before {
  position: absolute;
  left: 0;
  bottom: -21px;
  display: block;
  opacity: 0.3;
  background: url('../img/support/shadow-price.png') 0 0 no-repeat;
  width: 480px;
  height: 21px;
  content: '';
}

.offer_section .price > div {
  width: 50%;
  height: 85px;
  float: left;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
  padding: 10px 0 0;
}

.offer_section .price p {
  font-size: 14px;
}

.offer_section .price .val {
  font-size: 30px;
  line-height: 1.1em;
  text-transform: uppercase;
}

.offer_section .price .val i {
  font-size: 0.8em;
  font-style: normal;
}

.offer_section .price .new {
  color: #fff;
}

.offer_section .price .new .val {
  font-weight: 800;
}

.offer_section .price .old .val span {
  text-decoration: line-through;
}

.prod_count {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.prod_count > span {
  font-weight: 700;
  color: #271600;
  background: #ffbd00;
  padding: 7px 8px;
  font-size: 20px;
  line-height: 1em;
  margin-right: 4px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.prod_count:after {
  content: '';
  width: 49px;
  height: 106px;
  background: url(../img/support/count_arrow.png) 50% 50% no-repeat;
  position: absolute;
  top: 18px;
  right: 35px;
}

/*sect2*/
.sect2 .title {
  font-weight: 400;
}

.sect2 {
  padding-bottom: 1px;
}

.video_block {
  height: 240px;
  width: 440px;
  border-radius: 8px;
  margin: 0 auto -130px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  background: #000;
}

.video_block iframe,
.video_block object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*sect3*/
.sect3 {
  background: #222222;
  height: 630px;
}

.sect3 h2.title,
.sect3 h2.title span {
  color: #fff;
}

.sect3 h2.title span {
  letter-spacing: 3.6px;
}

.benef1 {
  font-size: 0;
}

.benef1 > li {
  background: #fff;
  width: 90%;
  display: block;
  vertical-align: top;
  border-radius: 6px;
  margin: 0 auto 36px;
  padding: 7px 0 0px;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.benef1 > li .img {
  height: 38px;
  position: relative;
  margin-bottom: 30px;
}

.benef1 > li .img > img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.benef1 > li > p {
  padding: 0 25px;
}

.benef1 > li > span {
  font-weight: 700;
}

.benef1 > li:nth-child(1) .img > img {
  transform: none;
  left: 82px;
  top: -10px;
}

.sect3 .button-m {
  margin-top: 15px;
}

/*sect4*/
.sect4 {
  padding-bottom: 0;
}

.sect4 h2.title {
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sect4 h2.title span {
  font-size: 32px;
  color: #fa2a21;
  font-weight: 900;
}

.sect4 .img {
  position: relative;
}

.sect4 .img > img {
  display: block;
  margin: 0 auto;
}

.sect4 .img .text {
  text-align: left;
  padding: 0 0 15px;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  padding: 0 30px 0 48px;
}

.sect4 .img .text span {
  font-weight: 700;
}

.list-v1 {
  font-size: 0;
}

.list-v1 li {
  display: inline-block;
  vertical-align: top;
  background: url('../img/support/check-icon2.png.html') 0 2px no-repeat;
  font-size: 16px;
  padding: 0 0 0 35px;
  margin-bottom: 10px;
}

.list-v1 li:nth-child(odd) {
  width: 255px;
}

.list-v1 li:nth-child(even) {
  width: 185px;
}

/*sect5*/
.benef2 > li {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.benef2 > li:last-child {
  margin-bottom: 0;
}

.benef2 > li .img {
  display: table-cell;
  vertical-align: middle;
  width: 240px;
}

.benef2 > li .img > img {
  display: block;
  margin-bottom: 0 auto;
  border-radius: 0 8px 8px 0;
}

.benef2 > li .text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

.benef2 > li .text ul > li {
  padding: 0 0 0 23px;
  position: relative;
  margin-bottom: 12px;
}

.benef2 > li .text ul > li:last-child {
  margin-bottom: 0;
}

.benef2 > li .text ul > li:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #f5714d;
  position: absolute;
  top: 4px;
  left: 0;
}

.benef2 > li:nth-child(2n) .img > img {
  border-radius: 8px 0 0 8px;
}

.sect5 {
  position: relative;
}

.sect5:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 120px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#0dffffff', GradientType=0);
  content: '';
}

.sect5 h2.title span {
  color: #ffa800;
  font-size: 30px;
}

.sect5 .button-m {
  margin-top: 20px;
}

.sect5 .order_list > li .text > span {
  font-size: 20px;
}

.sect5 .order_list > li .img img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*sect_img*/
.sect_img {
  padding: 10px 0 3px;
}

.sect_img img {
  display: block;
}

/*sect6*/
.sect6 {
  position: relative;
  background: url('../img/support/spec-bg.jpg.html') 50% 0 no-repeat #7b3a22;
  padding-bottom: 40px;
}

.sect6 h2.title,
.sect6 h2.title span {
  color: #fff;
}

.sect6 .content .info {
  display: inline-block;
  vertical-align: top;
  margin-top: -75px;
  width: 100%;
  text-align: center;
  background: url('../img/support/quote-icon.png.html') 50% 100% no-repeat;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.sect6 .content .info span {
  font-size: 14px;
}

.sect6 .content .info img {
  display: block;
  margin: 0 auto 25px;
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5), 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5), 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5), 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sect6 .content {
  width: 440px;
  margin: 110px auto 30px;
  background: #fff;
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  line-height: 1.7em;
}

.sect6 .content > img {
  display: block;
  margin: 0 auto 20px;
}

.sect6 .content > p {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 20px;
}

.sect6 .content > p:last-child {
  margin-bottom: 0;
}

.sect6 .content .alert {
  text-align: center;
  font-weight: 700;
  background: #fbd04d;
  padding: 1px 20px 20px;
  margin-top: 60px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

.sect6 .content .alert:before {
  content: '';
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url(../img/support/s6_alert.png.html) 50% 50% no-repeat;
  display: block;
  margin: -40px auto 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

/*sect7*/
.sect7 {
  padding: 50px 0 40px;
}

.sect7 > img {
  display: block;
  margin: 0 auto 10px;
}

.garant {
  padding: 0 25px;
  margin-bottom: 30px;
}

.garant > span {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.garant > span:before {
  content: '';
  width: 29px;
  height: 26px;
  background: url(../img/support/check.png.html) 50% 50% no-repeat;
  display: inline-block;
  vertical-align: top;
  margin: -2px 10px 0 0;
}

.garant > p {
  padding: 0 0 0 40px;
  margin-bottom: 8px;
}

.garant > p:last-child {
  margin-bottom: 0;
}

/*sect8*/
.sect8 {
  background: #222222;
  padding: 65px 26px 60px;
}

.sect8 h2.title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #ffffff;
}

.sect8 h2.title span {
  color: #fa5b18;
  font-size: 32px;
}

.reviews {
  padding: 0 20px 35px;
}

.rev_item {
  overflow: hidden;
  margin-bottom: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  padding: 40px 26px 37px;
}

.rev_item:last-child {
  margin-bottom: 0;
}

.rev_info {
  padding: 0 0 0 0;
}

.rev_info > img {
  float: left;
  border-radius: 50%;
  margin-bottom: -25px;
  position: relative;
  width: 77px;
}

.rev_info .text {
  padding: 15px 0 0 90px;
  background: url(../img/support/rev_q.webp) 100% 30px no-repeat;
}

.rev_info .text > span {
  display: block;
  font-weight: 700;
  font-size: 20px;
}

.rev_item > img {
  display: block;
  margin: 0 auto;
}

.rev_item > p {
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding: 45px 0 16px;
}

/* vote */
.vote_section {
  background: #7b3b21 url(../img/support/vote_bg.jpg.html) 50% 0 no-repeat;
  padding-top: 30px;
}

.vote_section .title {
  color: #fff;
  font-size: 30px;
  padding: 0;
}

.vote_section .title > span {
  color: #fff;
  display: inline-block;
  font-size: 30px;
}

.vote_section .vote_block {
  margin: 0 18px;
  padding: 20px 20px 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  border-radius: 8px;
}

.vote_section .questions_list {
  margin: 0 0 22px;
}

.vote_section .active .question_item {
  padding-left: 20px;
}

.vote_section .question_item {
  margin: 0 0 20px;
  height: 55px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ededed;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 65px;
}

.vote_section .question_item:last-child {
  margin: 0;
}

.vote_section .question_item .line {
  display: none;
  width: 0%;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
}

.vote_section .questions_list.active .question_item .line {
  display: block;
}

.vote_section .question_item:nth-child(1) .line {
  background: #3ce434;
}

.vote_section .question_item:nth-child(2) .line {
  background: #ff4242;
}

.vote_section .question_item:nth-child(3) .line {
  background: #ffb73a;
}

.vote_section .question_item .question_text {
  float: left;
  padding: 0px;
  line-height: 55px;
  position: relative;
}

.vote_section .question_item .question_text:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  width: 55px;
  height: 55px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: -65px;
}

.vote_section .questions_list.active .question_item .question_text:before {
  display: none;
}

.vote_section .question_item:nth-child(1) .question_text:before {
  background: #3ce434 url(../img/support/question_yes.png.html) 50% 50% no-repeat;
}

.vote_section .question_item:nth-child(2) .question_text:before {
  background: #ff4242 url(../img/support/question_no.png.html) 50% 50% no-repeat;
}

.vote_section .question_item:nth-child(3) .question_text:before {
  background: #ffb73a url(../img/support/question_dknow.png.html) 50% 50% no-repeat;
}

.vote_section .question_item .percents {
  display: none;
  float: right;
  padding: 0 10px 0 0;
  font-weight: 700;
  line-height: 55px;
  text-align: right;
  position: relative;
}

.vote_section .questions_list.active .question_item .percents {
  display: block;
}

.vote_section .voice_count {
  text-align: center;
  margin-top: 35px;
}

.vote_section .voice_count:before {
  content: '';
  width: 46px;
  height: 34px;
  background: url(../img/support/voice_count.png.html) 50% 50% no-repeat;
  display: inline-block;
  vertical-align: top;
  margin: -7px 20px 0 0;
}

.vote_section .voice_count b {
  font-weight: 700;
  color: #fa5b18;
}

.vote_section .voice_count span {
  font-weight: 700;
  color: #fa5b18;
}

/*sect9*/
.sect9 {
  background: #f9f9f9;
}

.order_list {
  padding: 0 20px;
}

.order_list > li {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 70px;
}

.order_list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.order_list > li .img {
  display: table-cell;
  vertical-align: middle;
  width: 145px;
}

.order_list > li .img img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.14);
}

.order_list > li .text {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
}

.order_list > li .text > span {
  color: #fa5b18;
  font-size: 18px;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
}

.order_list > li .text p {
  color: #555;
}

.order_list > li:nth-child(2n) {
  text-align: right;
}

.order_list > li:nth-child(1) {
  background: url(../img/support/order_1_bg.webp) 50% 100% no-repeat;
}

.order_list > li:nth-child(2) {
  background: url(../img/support/order_2_bg.webp) 50% 100% no-repeat;
}

/* footer */
.footer_section {
  padding: 25px 0;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.footer_section img {
  display: block;
  margin: 0 auto 10px auto;
}

.footer_section a {
  color: #222;
  display: block;
}
